+Fri Jul 23 11:11:10 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
+ align the entry in the same way as the cell. (#136749)
+
Fri Jul 23 11:01:00 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
- Don't iterate too far up. (#147965, Olivier Sessink)
+ Don't iterate too far up. (#147965, Olivier Sessink)
Fri Jul 23 10:28:43 2004 Matthias Clasen <maclas@gmx.de>
+Fri Jul 23 11:11:10 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
+ align the entry in the same way as the cell. (#136749)
+
Fri Jul 23 11:01:00 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
- Don't iterate too far up. (#147965, Olivier Sessink)
+ Don't iterate too far up. (#147965, Olivier Sessink)
Fri Jul 23 10:28:43 2004 Matthias Clasen <maclas@gmx.de>
+Fri Jul 23 11:11:10 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
+ align the entry in the same way as the cell. (#136749)
+
Fri Jul 23 11:01:00 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
- Don't iterate too far up. (#147965, Olivier Sessink)
+ Don't iterate too far up. (#147965, Olivier Sessink)
Fri Jul 23 10:28:43 2004 Matthias Clasen <maclas@gmx.de>
+Fri Jul 23 11:11:10 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
+ align the entry in the same way as the cell. (#136749)
+
Fri Jul 23 11:01:00 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
- Don't iterate too far up. (#147965, Olivier Sessink)
+ Don't iterate too far up. (#147965, Olivier Sessink)
Fri Jul 23 10:28:43 2004 Matthias Clasen <maclas@gmx.de>
priv->entry = g_object_new (GTK_TYPE_ENTRY,
"has_frame", FALSE,
+ "xalign", cell->xalign,
NULL);
if (celltext->text)